<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


body{
  overflow-x: hidden;
  font-family: "å¾®è½¯é›…é»‘";
}
ul{
  margin:0;
}
ul li {
  list-style: none;
}
*{
  box-sizing: border-box;
  text-decoration: none !important;
  margin: 0px;
  padding: 0px;
}
a{
  color: #777;
  cursor: pointer !important;
}


input:focus, button:focus{
  outline: none;
}

.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}


.clearfix::after{
  content:"";
ã€€ã€€height:0;
ã€€ã€€line-height:0;
ã€€ã€€display:block;
ã€€ã€€visibility:hidden;
ã€€ã€€clear:both;
}
.clearfix{
  clear: both;
}

.proline{border:1px solid #CCCCCC; }
.proline:hover{border:1px solid #008fd7;}

.New-pro{ width: 100%;}
.New-pro li{position: relative; border: 1px solid #e7e7e7; width: 160px; height: 160px;overflow: hidden;list-style: none;}
.New-pro li:hover{border: 1px solid #0062a7; }
.New-pro li img{position: absolute; top: 0; right: 0; bottom: 0;left: 0; margin: auto; max-width: 100%; max-height: 100%; padding: 5px;}
.New-pro p{ text-align: center;font-size: 12px; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;line-height: 30px;}


header{
  height: 88px;
  margin: 6px auto;
}
header .left{
  float: left;
  padding-top: 14px;;
}
header .left a{
  display: inline-block;
  height: 100%;
  position: relative;
  z-index: 999;
  float: left;
}
header .left .title{
  float: left;
}
header .left .title h2{
  font-size: 25px;
}
header .left .title p{
  font-size: 16px;
}
header .right{
  float: right;
  padding-top: 10px;
}
header .right .box{
  float: right;
  margin-right: 40px;
  font-size:14px;
  padding-top: 10px;
}
header .right .box p:last-child{
  margin-top: 15px;
  font-size:16px;
}
header .right .box img{
  margin-right: 6px;
  vertical-align: middle;
}
header .right .box a:first-child{
  margin-right: 16px;
}
header .right .box a:hover img{
  animation:swing .6s;
}


header .right .img{
  float:right;
  display: inline-block;
}
header .right .img p{
  display: inline-block;
  width:20px;
  font-size:12px;
  line-height: 15px;
}
header .right .wx-img{
  float: right;

  height: 75px;

  cursor: pointer;
}


nav .navbar-brand{
  display: none;
}
.navbar-collapse{
  padding:0;
}
.navbar{
  background: #2373c8;
  border: none;
  min-height: 50px;
  margin-bottom:0;
  border-radius: 0px;
}
.nav &gt; li &gt; a{
  padding: 0px;
}
nav #navbar-menu &gt; span{
  display: inline-block;
  line-height: 50px;
  color:#fff;
  padding-right: 10px;
  float: left;
  font-size:16px;
  width:282px;
}
nav #menu &gt; li{
  width:94.5px;
  height:50px;
  float: left;
}
nav #menu &gt; li:first-child{
  border-left:none;
}
.navbar .nav .open &gt; a,
.navbar .nav .open &gt; a:hover,
.navbar .nav .open &gt; a:focus,
.navbar .nav &gt; li &gt; a:hover,
.navbar .nav &gt; li &gt; a:focus {
    text-decoration: none;
    background: none;
}
 nav #menu &gt; li:hover{
  background: #0001ab;
}
nav #menu &gt; li&gt;a{
  display: block;
  line-height:50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  transition: all .3s;
}
nav .menu li .menu2{
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  padding:15px;
  overflow: hidden;
}
nav .menu li .menu2:before{
  content:"";
  display: block;
  position: absolute;
  top:-10px;
  left:40px;
  z-index: 9;
  border:5px solid transparent;
  border-bottom:5px solid #fff;
}
nav  .menu2 .left{
  width:150px;
  float: left;
}
nav  .menu2.pro .left{
  width:300px;
}
nav .menu .menu2.pro .left a{
  width:50%;
  float: left;
}
nav  .menu2 .right{
  margin-left:160px;
}
nav .menu .menu2.pro .right{
  margin-left:310px;
}
nav .menu .menu2 a{
  background: #fff;
  display: block;
  line-height: 34px;
  color: #333;
  width:100%;
  font-size: 13px;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  animation:movel .3s;
}
@keyframes movel{
  from{transform: translateX(-150%)}
  to{transform: translateX(0)}
}
nav .menu .menu2 a:hover{
  color:#2373c8;
}
.dropdown-menu{
  border:none;
  box-shadow: none;
  background:#fff;
  min-width: 145px;
  margin: 0;
  padding: 0 20px;
}


.swiper-container .swiper-slide{
  height: 300px;
/*  border:3px solid #2373c8;*/
  border-top:none;
  background: url('../../En/images/banner1.jpg') no-repeat top center;
  background-size:100% 100%; 
}
.swiper-container  .item1{
  background: url('../../En/images/banner1.jpg') no-repeat top center;
  background-size:100% 100%; 
}
.swiper-container  .item2{
  background: url('../../En/images/banner2.jpg') no-repeat top center;
  background-size:100% 100%; 
}
.swiper-container .item3{
  background: url('../../En/images/banner3.jpg') no-repeat top center;
  background-size:100% 100%; 
}
.swiper-container  .item4{
  background: url('../../En/images/banner4.jpg') no-repeat top center;
  background-size:100% 100%; 
}

.swiper-container .swiper-slide .carousel-caption{
  position: absolute;
  top:0;
  left:0;
}
.swiper-container .swiper-slide .carousel-caption img{
	opacity: 0;
}
.swiper-container .swiper-slide-active .carousel-caption img{
  margin-top: 40px;
  opacity: 0;
  animation: moveT1 2.5s;
  animation-delay: 0.3s;
  animation-fill-mode : forwards; 
}
@keyframes moveT1{
  0%{transform: translateX(-120px);opacity: 0;}
  100%{transform: translateX(0);opacity: 1;}
}


.row{margin:0;}
.main{
  box-shadow: 0 0 5px #ccc;
  padding:0 12px;
}

.section{
  padding:15px 8px 10px;
}
.section .top-title{
  padding:0 4px;
  height: 30px;
  margin-bottom:4px;
  background: url('../../En/images/topbg1.png') no-repeat left center;
}
.section .top-title span{
  font-size: 16px;
  color:#fff;
  line-height: 30px;
}
.section .top-title a{
  color:#999;
  font-size:13px;
  float: right;
  line-height: 30px;
}
.section .top-title a:hover{
  color:#2373c8;
}


.section1{
  padding:20px 0 10px;
}
.section1 div[class|=col]{
  padding:0 8px;
 
}

.section1 .col-md-3{
  width:30%;
}
.section1 .col-md-6{
  width:40%;
}
.section1 .news li{
  padding-left:3px;
  line-height: 26px;
  font-size:12px;
  border-bottom:1px dashed #e2e2e2;
}
.section1 .news li a{
  display: block;
  color:#333;
  width:100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section .company .top-title{
  background: url('../../En/images/topbg2.png') no-repeat left center;
}
.section1 .company .content{
  height: 190px;
  border-radius: 10px;
  border:1px solid #e2e2e2;
  padding:5px;
  overflow: hidden;
}
.section1 .company .content p{
  line-height: 23px;
  font-size:12px;
  color:#333;
}


.section1 .swiper-container{
	  height: 190px;
     overflow: hidden;
}
.section1 .swiper-slide{
    width:100%;
    height: 190px;
     overflow: hidden;
    position: relative;
  }

.section1 .swiper-slide img{
  width:100%;
  height: 100%;
}
.section1  .swiper-slide p{
  line-height: 30px;
  background: rgba(35,115,200,0.5);
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  text-align: center;
  color:#fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding:0 30px;
  margin-bottom: 0;
}
.section1 #btn&gt;.active{
  background: #2373c8;
}
.section1 .nav-tabs &gt; li.active &gt; a{
  background: none;
  border:none;
  color:#fff;
}
.section1 .nav-tabs{
  border:none;
}
.section1 .top-title li a{
  font-size: 16px;
  color:#fff;
  line-height: 30px;
  margin-right:10px;
  position: relative;
  background: none;
}
.section1 .top-title li.active a{
  color:#2373c8;
}
.section1 .top-title li.active a:after{
  content:"";
  position: absolute;
  width:30px;
  height: 2px;
  background: #2373c8;
  bottom:1px;
  left:0;
}

.section1 video{
  width:100%;
  height: 185px;
}


.section2 .top-title{
  background: url('../../En/images/topbg3.png') no-repeat left center;
}
/* å›¾ç‰‡è½®æ’­
*/

.Box .Box_con .conbox {
  position: relative;
  overflow: hidden;
}
.Box .Box_con .conbox ul {
  position: relative;
}
.Box .Box_con .conbox ul li {
  float: left;
  width:156px;
  margin-left: 8px;
  border:1px solid #e2e2e2;
}
.Box .Box_con .conbox ul li&gt;div{
  width:100%;
  height: 156px;
  background:#fff;
}
 .Box .Box_con .conbox ul li:hover{
  border-color: #0062a7;
}
 .Box .Box_con .conbox ul li:first-child {
  margin-left: 0;
} 
.Box .Box_con .conbox ul li img {
  display: inline-block;
  max-width: 98%;
  max-height: 98%;
  position: relative; 
  top: 50%;left:50%; 
  transform: translate(-50%, -50%);
}
.Box .Box_con .conbox ul li p{
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
  background: #e2e2e2;
  color:#5d5d5d;
  width: 100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}



.section3 .top-title{
  background: url('../../En/images/topbg2.png') no-repeat left center;
}
.section3 .news1{
  padding-left: 0;
}
.section3 .news2{
  padding-right: 0;
}
.section3 .news1 li{
  padding-left:3px;
  height: 28px;
  font-size:13px;
  border-bottom:1px dashed #e2e2e2;
}
.section3 .news1 li a{
  display: inline-block;
  color:#333;
  line-height: 28px;
  width:75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section3 li:hover a{
  color:#2373c8;
}
.section3 .news1 li span{
  float: right;
  color:#333;
  font-size:12px;
  line-height: 28px;
}

.section3 .news2 li{
  border-bottom:1px dashed #e2e2e2;
  margin-bottom:7px;
  font-size: 13px;
}
.section3 .news2 li a{
  color:#333;
  line-height: 26px;
}
.section3 .news2 li:hover a{
  color:#2373c8;
}
.section3 .news2 li p{
  color:#999;
}
.section3 .news2 li span{
  background: #c50000;
  color:#fff;
  padding:2px;
  margin-right: 5px;
}
.section3 .news2 li a span{
  background: #2373c8;
}
.section3 .news2 li p{
  line-height: 24px;
  margin-bottom: 0;
}


.box-link{
  margin:0 8px;
}
.box-link ul li:first-child{
  color: #777;
  font-size: 15px;
  line-height:30px;
  margin-right: 8px;
} 
.link li{
  float: left;
  height:30px;
} 
.link li a{
  display: inline-block;
  width: 100%;
  padding-right:8px;
  color: #777;
  font-size:13px;
  text-align: center;
  line-height:30px;
} 
.link li a:hover{
  color:#0062a7;
}
.link li a:after{
  content: '|';
  display: inline-block;
  line-height: 30px;
  margin-left:8px;
  font-size: 13px;
  color: #777;
} 
.link li:nth-last-child(1) a:after{
  content: '';
} 




footer{
  background: #2373c8;
  margin:0 8px;
  color:#fff ;
  padding:10px;
  line-height: 26px;
  text-align: center;
}
footer span{
  margin:0 10px;
}
footer a{
  color:#fff;
}
footer a:hover{
  color:red;
}


#open{
    transition: all .3s;
    cursor: pointer;
  }
#open:hover{
  box-shadow: 2px 4px 5px #888;
}

.footer-fixed{
    position: fixed;
    right: 15px;
    bottom: 200px;
    z-index: 999;
}
.footer-fixed #show i{
  display: block;
  width: 24px;
  height: 24px;
  background: url('../../En/images/close_im.png') center center no-repeat;
  position: absolute;
  top: -10px;
  right: 10px;
  cursor: pointer;
}
.footer-fixed #show{
  display: none;
  background: #F9FAFB;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #F9FAFB;
    width: 115px;
    padding-top: 15px;
}
.footer-fixed #show .qq-img{
  width: 70px;
  height: 75px;
  border-radius: 50%;
  border: 3px #fff solid;
  margin: 0 auto;
  overflow: hidden;
  background: url('../../En/images/qq.png') top center;
  box-shadow: 0px 4px 5px #ccc; 
  transition: all .3s;
}
.footer-fixed #show .qq-img:hover{
  animation: swing 1s;
}
.footer-fixed #show a{
  text-align: center;
  display: block;
  color: #0484cd;
  line-height: 40px;
  border-bottom: 1px #ccc solid;
}
.footer-fixed #show .tel{
  border-bottom: 1px #ccc solid;
}
.footer-fixed #show .tel p{
  text-align: center;
  color: black;
  line-height: 25px;
  font-weight: bold ;
  margin-bottom: 0;
}
.footer-fixed #show .tel span{
  text-align: center;
  color: black;
  display: block;
  line-height: 25px;
  font-weight: bold;
  color: #f60;
  font-size: 12px;
}
.footer-fixed #show .bot div{
  
}
.footer-fixed #show .bot .wx-img{
  width: 50%;
  height: 45px;
  float: left;
  border-right: 1px #ccc solid;
  position: relative;
  background: url('../../En/images/weixing-icon.png') center center no-repeat;
}
.footer-fixed #show .bot .back-img{
  width: 50%;
  float: right;
  height: 45px;
  cursor: pointer;
  background: url('../../En/images/toTop-icon.png') center center no-repeat;
}
.footer-fixed #show .bot .wx-img:hover #wx-show{
  transform: scale(1);
}
.footer-fixed #wx-show{
  width: 110px;
  position: absolute;
  right: 63px;
  bottom: 0;
  padding: 10px;
  border: 1px #ccc solid;
  border-radius: 10px;
  transition: all .2s;
  transform: scale(0);
  background: #fff;
}
.footer-fixed #wx-show:after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 20px;
  right: -14px;
  border-style:solid;
  border-color: transparent transparent transparent #fff;
  border-width: 8px;
}
.footer-fixed #wx-show p:after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 20px;
  right: -16px;
  border-style:solid;
  border-color: transparent transparent transparent #ccc;
  border-width: 8px;
}
.footer-fixed #wx-show p{
  text-align: center;
  font-size: 12px;
  margin-bottom: 0;
}




/*æ‰‹æœºç«¯åº•éƒ¨*/
.fixed-bot{
  display: none;
  position: fixed;
  bottom:0;
  left:0;
  background:rgba(0,0,0,0.8);
  height: 49px;
  width:100%;
}
.fixed-bot ul{
  display: flex;
}
.fixed-bot li{
  flex: 1;
}
.fixed-bot li i{
  display: block;
  font-size:20px;
  color:#fff;
  text-align:center;

}
.fixed-bot li p{
  font-size:12px;
  line-height:20px;
  color:#fff;
}




/* ---------------------------å†…é¡µ------------------------------- */

.top-img{
  height: 350px;
}
.top-about{
  background:url('../../En/images/top-about.JPG') no-repeat center top ;
}
.top-news{
  background:url('../../En/images/top-news.JPG') no-repeat center top ;
}
.top-product{
  background:url('../../En/images/top-product.JPG') no-repeat center top ;
}
.top-server{
  background:url('../../En/images/top-server.JPG') no-repeat center top ;
}
.top-zl{
  background:url('../../En/images/top-zl.JPG') no-repeat center top ;
}
.top-cu{
  background:url('../../En/images/top-cu.JPG') no-repeat center top ;
}
.top-job{
  background:url('../../En/images/top-job.JPG') no-repeat center top ;
}
.top-cont{
  background:url('../../En/images/top-cont.JPG') no-repeat center top ;
}

.top-nav{
  background: #fcfcfc;
  height: 50px;
  box-shadow: 0 0 3px #888;
}
.top-nav span{
  float: left;
  line-height: 25px;
  font-size: 18px;
  border-left: 5px #0062a7 solid;
  text-indent: 15px;
  margin-top: 13px;
}
.top-nav .breadcrumb{
  padding:0 15px;
  float: right;
  background:none;
  display: inline-block;
  line-height: 50px;
  font-size: 13px;
}

.inside{
  width: 100%;
  border-top: 1px #ccc solid;
  padding-top: 20px;
}
.inside .container{
  padding:0;
}
/* ---leftpage---*/

.leftPage{
  margin-bottom:20px;
  margin-right:20px; 
}
.leftPage .top{
  width: 100%;
  height: 40px;
  margin-bottom:10px;
  border-bottom:1px solid #e2e2e2;
}
.leftPage .top span{
  display: inline-block;
  height: 100%;
  line-height: 40px;
  color: #333;
  font-size: 18px;
  border-bottom:1px solid #0062a7;
}
.leftPage .top small{
  font-size:18px;
  margin-left: 5px;
  color:#777;
  font-variant: small-caps;
}
.leftPage .top span i{
  float: right;
}
.leftPage .top + p{
  font-size:13px;
  color:#777;
  padding:0 5px;
  line-height: 26px;
}

.leftPage ul{
  width: 100%;
  margin-bottom: 0;
}
.leftPage ul li{
  width: 100%;
  border-bottom:1px dashed #e2e2e2;
  position: relative;
}
.leftPage ul li a{
  display: block;
  width: 100%;
  color: #777;
  text-align: left;
  line-height: 35px;
  font-size: 13px;
  transition: all .3s;
}
.leftPage ul li .menu2 a{
  text-indent: 10px;
  line-height:26px;
}
.leftPage ul li a i{
  display: inline-block;
  color: #0062a7;
  font-size: 12px;
  transform:scale(0.7);
  margin-right:4px;
}
.leftPage li a:hover{
  color: #0062a7;
}
.leftPage  li a:hover i{
  color: #0062a7;
}
.leftPage ul li a.leftmenu_h{
  color: #0062a7;
}
.leftPage ul li a.leftmenu_h i{
  color: #0062a7;
}

.leftPage:nth-child(2) &gt; span{
  display: block;
  color:#777;
  line-height: 22px;
  font-size:12px;
}


/* ---rightPage---*/
.rightPage{
  margin-left: -20px;
  background:#fff;
  min-height: 500px;
  margin-bottom:30px;
}
.rightPage .top{
  width: 100%;
  padding:0 15px;
  background: #fff;
  position: relative;
}
.rightPage .top::after{
  content:"";
  display: block;
  width:97%;
  height: 1px;
  background: #e2e2e2;
  position: absolute;
  bottom:0;
  left:15px;
}
.rightPage .top h2::before{
  content:'';
  width: 2px;
  height: 19px;
  position: absolute;
  left:0;
  top:11px;
  background:#0062a7;
}
.rightPage .top h2{
  position: relative;
  text-align: left;
  font-size: 18px;
  color: #333;
  text-indent:10px;
  line-height: 40px;
  margin: 0;
  display: inline-block;
}
.rightPage .breadcrumb{
  float: right;
  background:#fff;
  font-size: 14px;
  text-align: right;
  color: #777;
  display: inline-block;
  margin-bottom:0;
  padding:0;
  line-height: 40px;
}
.rightPage .content{
  width: 100%;
  min-height: 500px;
  padding: 10px;
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.rightPage .content .news-page img{
  width: 100%;
}
.rightPage .content video{
  max-width: 100%;
}
.rightPage .content p{
  max-width: 100%;
}
.rightPage .content img{
  max-width: 100%;
}
/* .rightPage .content table td, .rightPage .content table  th {
  border: 1px solid #333;
} */
.rightPage .content .news_title{
  margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}
.rightPage .content .news_info{
  text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
    font-size: 14px;
}






/* ----------------ä¸Šä¸€æ¡æ–°é—»-------- */
.page_pre{
  margin-top: 30px;
  color: black;
  font-size: 14px;
}
.page_pre a, .page_after a{
  font-size: 13px;
  color: #777;
  line-height: 28px;
}
.page_pre a:hover, .page_after a:hover{
  color: #0062a7;
}

/*------------åˆ†é¡µæ&nbsp;·å¼---------*/
.List_page{
  display: block;
  margin:25px 0px;
  float: right;
}
.List_page a, .List_page span{
    cursor: pointer;
    border-color: #337ab7;
    float: left;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 3px;
}
.List_page span{
  background: #ddd;
}
.List_page a:hover, .List_page span:hover{
  color: #009ed4;
}

.List_page a:nth-child(1):hover, .List_page a:nth-last-child(1):hover{
  color: #666;
}
/*------------åˆ†é¡µæ&nbsp;·å¼---------*/




/* -----------------------æ–°é—»------------- */
.inside .List .news{
  height: 40px;
  border-bottom: 1px #CCCCCC dashed;
}
.inside .List .news img{
  margin: 0 8px;
  margin-top: -3px;
  width: 12px;
  height: 12px;
}
.inside .List .news a{
  display: inline-block;
  width: 50%;
  color: #666;
  float: left
  font-size: 13px;
  line-height: 40px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.inside .List .news:hover a{
  color: #0062a7;
}
.inside .List .news a i{
  display: inline-block;
  font-size: 12px;
  transform:scale(0.7);
}
.inside .List .news span{
  color: #666;
  font-size: 13px;
  float: right;
  line-height: 38px;
}


/* -----------------------äº§å“------------ */
.inside .pros{
  width: 100%;
}
.inside .pros li{
  border: 1px #ccc solid;
  position: relative;
  overflow: hidden;
  height: 213px;
}
.inside .pros.honor  li{
  height: 120px;
}
.inside .pros li:hover{
  border:1px solid #0062a7;
}
.inside .pros li img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.inside .pros p{
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: black;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.inside .col-md-4{
  margin-bottom: 6px;
}
.inside-pro .col-md-4 {
    padding: 0 6px;
}
/* -------------æ¡ˆä¾‹------------------ */
.inside-case .col-md-4{
  padding: 0 6px;
  
}
.inside-case .pros  li{
  height: 211px;
}
.inside #div3 img{
  max-width: 500px;
}

/* ç™¾åº¦åœ°å›¾ */
.baiduMap{
  width: 100%;
  height: 300px;
  border: 1px #ccc solid;
}



/* ---------------æŽ¨è------------------ */
.inside .tuijian .t{
  margin:35px 0 15px;
  height: 40px;
  border-bottom: 1px solid #e2e2e2;
}
.inside .tuijian .t span{
  display: inline-block;
  color:#333;
  font-size: 20px;
  line-height:38px;
  border-bottom: 2px solid #0062a7;
}
.inside .tuijian div[class|=col]{
  padding:0 5px;
} 
.inside .tuijian .pro{
  padding:4px;
  background: #fff;
  border:1px solid #0062a7;
  overflow:hidden;
  height: 194px;
  position: relative;
}
.inside .tuijian .pro:hover{
  border:1px solid #0062a7;
}
.inside .tuijian .pro img{
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin:0 auto;
}
.inside .tuijian .pro + p{
  line-height:36px;
  text-align:center;
  font-size:14px;
  margin-bottom: 0;
  position: relative;
  z-index: 9;
  color:#333;
}
.inside .tuijian ul li{
  height: 38px;
  border-bottom: 1px #e2e2e2 dashed;
}
.inside .tuijian ul li a{
  display: inline-block;
  width: 75%;
  color: #666;
  font-size: 13px;
  line-height: 45px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.inside .tuijian ul li a i{
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  transform:scale(0.7);
}
.inside .tuijian ul li:hover a{
  color: #0062a7;
}
.inside .tuijian ul li span{
  color: #666;
  font-size: 13px;
  float: right;
  line-height: 36px;
}
/* -------------æ”¾å¤§é•œ------------------ */
#MagnifierWrap2{position: relative;width: 350px;}

.MagnifierMain{position: relative;width: 350px;margin-bottom: 6px;height: 280px;border:1px solid #e2e2e2;}
.MagnifierMain img{max-width: 100%;max-height:100%;position: absolute;left: 0;right:0;top:0;bottom:0;margin:auto;} 
.MagnifierDrag{position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move;}

.MagnifierPop{z-index:10; position: absolute;top:0;overflow: hidden;background:#fff url(http://fan.yoka.com/fan5.0/img/loading.gif) no-repeat center center; }
.MagnifierImg{position: absolute;top:0; left: 0;}

#MagnifierWrap2 .spec-items{position: relative;width: 312px;height: 69px;overflow: hidden;margin: 0 auto;}
#MagnifierWrap2 .spec-items ul{width: 500%;position: absolute;left: 0;}
#MagnifierWrap2 .spec-items ul *{
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#MagnifierWrap2 .spec-items li{width: 60px;height: 60px;float: left;overflow: hidden;margin-right: 5px;border: 1px solid #999;cursor: pointer;padding:2px;background: #fff;}
#MagnifierWrap2 .spec-items li.on{border:2px solid #0062a7;}
#MagnifierWrap2 .spec-items li img{width: 100%; } 
#MagnifierWrap2 span.spe_leftBtn,span.spe_rightBtn{position: absolute;bottom: 0px;display: block;width: 18px;height: 69px;cursor: pointer;}
#MagnifierWrap2 span.spe_leftBtn{left: 0;background: url('../../En/images/left.gif') no-repeat center;}
#MagnifierWrap2 span.spe_rightBtn{right: 0;background: url('../../En/images/right.gif') no-repeat center;}


.rihgtContent{
  float:left;
  margin-left:380px;
}


/*æ‰‹æœºç«¯åº•éƒ¨*/
.fixed-bot{
  display: none;
  position: fixed;
  bottom:0;
  left:0;
  background:rgba(0,0,0,0.8);
  height: 49px;
  width:100%;
  z-index: 999;
}
.fixed-bot ul{
  width:100%;
  display: flex;
}
.fixed-bot li{
  flex:1;
  float: left;
}
.fixed-bot li i{
  display: block;
  font-size:22px;
  color:#fff;
  text-align:center;

}
.fixed-bot li p{
  font-size:12px;
  line-height:20px;
  color:#fff;
}
nav .menu li.lang{
  display: none;
}

@media only screen and (min-width: 1000px) and (max-width: 1320px) {
  .carousel .carousel-inner .item{
    height: 400px;
    background-size: 100% 100%;
  }
}


@media only screen and (min-width: 100px) and (max-width: 640px) {
  .fixed-bot,nav .menu li.lang{
    display: block;
  }
  embed{
  	width:100%;
  	height: 340px;
  }
  img{
    max-width: 100%;
  }
  .navbar{
    height: auto;
    background: none;
  }
  .navbar-toggle{
    position: absolute;
    right: 0;
    margin-right:10px;
  }
  nav{
    background: #fff;
  }
  nav .menu {
    width: 100%;
    height: auto;
  }
  nav .menu li{
    width: 100%;
    float: none;
    border:none;
  }
  nav .navbar-brand{
    display: block;
  }
  nav .navbar-brand img{
  	margin-top: 6px;;
    height: 30px;
  }
  nav #menu &gt;li{
    height:auto;
    width:100%;
    border-bottom: 1px solid #e2e2e2;
  }
  nav .menu li:hover{
    background:none;
  }
  nav .menu li .menu2{
    padding-top:0;
    width:100%;
  }
  nav .menu li a{
    line-height: 36px;
    color:#333;
  }
  nav .menu li::after, nav .menu li .menu2::before{
    display: none;
  }
  nav #menu li&gt;a{
    height: auto;
    color:#333;
  }
  nav .menu2 .left{
    width:100%;
  }
  nav #menu li:hover, nav #menu li.active {
    margin-top: 0px;
    color: #fff;
    background: none;
}
  nav .menu li.active&gt;a{
    background:none;
  }
  .navbar-brand{
    padding: 3px 6px;
  }
  .navbar {
      border: 1px solid transparent; 
  }
  .swiper-container .swiper-slide{
    height: 112px;
    background-size: 100% 100%!important;
		border:none;
  }
  .section1 .swiper-container .swiper-slide{
    height: 185px;
  }
  textarea{
    max-width: 96%;
  }
  .container{
    padding: 0;
  }
  nav .menu .menu2{
    background:#fff;
  }
  nav .menu .menu2 a{
    background:#fff;
    margin-bottom:1px;
    color:#333;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    padding:0;
  }

 .section1 .col-md-3, .section1 .col-md-6{
  width:100%;
  margin-bottom: 10px;
  padding:0 !important;
 }
  .bottom{
    margin-top: 0;
  }
  .inside{
    padding-top: 0;
  }
  .rightPage{
    margin-left:0;
  }
  .rightPage .top{
    padding:0 4px;
  }
  .rightPage .top h2{
    font-size: 14px;
  }
   
   .row{
      margin-right: 0;
      margin-left: 0;
   }
   .col-xs-6, .col-xs-12, .col-md-9{
      padding-right: 2px;
      padding-left: 2px;
   }
   .swiper-container .swiper-slide .carousel-caption img{
    margin-top: 10px;
    max-height: 40px;
   }
   .swiper-container .swiper-slide:nth-child(4) .carousel-caption img{
    margin-top: 10px;
    height: 50px;
   }

  .navbar-toggle .icon-bar{
    background: #333;
    transform-origin: center left;
    transition: all .5s;
  }
   .section{
    padding:3px;
  }
  .section .container &gt; .top h2{
    font-size:24px;
  }
  .section .container &gt; .top{
    margin-bottom:10px;
  }

  .Box .Box_con .conbox ul li{
    width:100px;
  }
  .Box .Box_con .conbox ul li div{
    height: 100px;
  }
   .Box .Box_con .conbox ul li p{
    line-height: 20px;
    font-size:12px;
    padding:0 5px;
  }

  .box-link{
    padding:8px 6px;
  }
  .inside .List .news{
    height: 38px;
  }
  .inside .List .news a{
    line-height: 38px;
  }
  .inside .List .news span{
    line-height: 36px;
  }
 .link li{
    height: 24px;
  }
 .link li a, .link li a:after,.box-link ul li:first-child{
    line-height: 24px;
  }

  .rightPage .content{
    padding:5px 0;
  }
  .rightPage .cont-text{
    padding: 10px;
  }
  .inside-pro .col-md-4 {
      padding: 0 2px;
  }
  .inside .pros li{
    height: 147px;
  }

  footer{
   margin:0px;
   line-height: 22px;
   font-size:13px;
   padding-bottom: 50px;
  }

  .top-img{
    height: 70px;
    background-size:100% 100%!important;
    }

}</pre></body></html>